SixBit API Schema
TransactionIDType Simple Type
Description
The site provided transaction id. If during an add or update, this results in creating a duplicate sale with the same transactionID as another sale, the sale will be deleted by SixBit which could result in the shipment and order being deleted.
Namespace (none)
Type
Restriction of xs:string
Diagram
TransactionIDType Simple Type
Overview
TransactionIDType Restriction of xs:string
The site provided transaction id. If during an add or update, this results in creating a duplicate sale with the same transactionID as another sale, the sale will be deleted by SixBit which could result in the shipment and order being deleted.
Facets
MaxLength50
MinLength0
Source
<xs:simpleType name="TransactionIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The site provided transaction id.  If during an add or update, this results in creating a duplicate sale with the same transactionID as another sale, the sale will be deleted by SixBit which could result in the shipment and order being deleted.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="50" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.